home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / php / php4 / go-pear.bat < prev    next >
Encoding:
DOS Batch File  |  2006-01-13  |  96 b   |  5 lines

  1. @ECHO OFF
  2. set PHP_BIN=cli\php.exe
  3. %PHP_BIN% -d output_buffering=0 PEAR\go-pear.php %1
  4. pause
  5.